GET
/
images
/
ingredients
/
apple.png
curl --request GET \
  --url https://www.themealdb.com/images/ingredients/apple.png

Ingredient Image

Endpoint:

https://www.themealdb.com/images/ingredients/{ingredient}.png

Replace ingredient with the name of the ingredient

Request Example:

https://www.themealdb.com/images/ingredients/apple.png

Ingredient Image big

Small Ingredient Image

Endpoint:

www.themealdb.com/images/ingredients/apple{-Small}.png

Replace ingredient with the name of the ingredient

Request Example

https://www.themealdb.com/images/ingredients/apple-small.png

Ingredient Image small